const hash/fnv.magic64
6 uses
hash/fnv (current package)
fnv.go#L216: magic64 = "fnv\x03"
fnv.go#L221: marshaledSize64 = len(magic64) + 8
fnv.go#L241: b = append(b, magic64...)
fnv.go#L293: if len(b) < len(magic64) || string(b[:len(magic64)]) != magic64 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)